home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / msoftapp.zip / DIBLOOK.DEF < prev    next >
Text File  |  1993-06-01  |  779b  |  24 lines

  1. ; diblook.def : Declares the module parameters for the application.
  2.  
  3. ; This is a part of the Microsoft Foundation Classes C++ library.
  4. ; Copyright (C) 1992 Microsoft Corporation
  5. ; All rights reserved.
  6. ;
  7. ; This source code is only intended as a supplement to the
  8. ; Microsoft Foundation Classes Reference and Microsoft
  9. ; QuickHelp and/or WinHelp documentation provided with the library.
  10. ; See these sources for detailed information regarding the
  11. ; Microsoft Foundation Classes product.
  12.  
  13. NAME         DIBLOOK
  14. DESCRIPTION  'DIBLOOK Windows Application'
  15. EXETYPE      WINDOWS
  16.  
  17. CODE         PRELOAD MOVEABLE DISCARDABLE
  18. DATA         PRELOAD MOVEABLE MULTIPLE
  19.  
  20. HEAPSIZE     1024   ; initial heap size
  21. ; Stack size is passed as argument to linker's /STACK option
  22.  
  23.  
  24.